home *** CD-ROM | disk | FTP | other *** search
- InfoController = {
- ACTIONS = {
- animate:;
- };
- OUTLETS = {
- boingAnimator;
- controlButton;
- flashAnimator;
- };
- SUPERCLASS = Object;
- };
- ConfigureApp = {
- ACTIONS = {
- installDriver:;
- };
- SUPERCLASS = Application;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Configurator = {
- ACTIONS = {
- createBootDisk:;
- save:;
- categoryChosen:;
- revert:;
- };
- OUTLETS = {
- typematrix;
- window;
- inspector;
- alldevices;
- summaryView;
- buttons;
- infotext;
- };
- SUPERCLASS = Object;
- };
- Animator = {
- ACTIONS = {
- start:;
- reset:;
- stop:;
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = View;
- };
-